Help > Reference > Macros > Tab object > Clear method

Clear method

Calling this method will clear out the search for this tab. You do not need to call this method if you intend to execute a new search.

Member of

Tab

Type

Sub

The following example clears out the search results in all tabs.

Example

For Each Tab in App.Tabs
  Tab.Clear
Next

See Also

Macro Object Model

Tab